home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_203.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  343 b   |  12 lines

  1. REPT (Repeat)
  2. Repeats text the specified number of times.
  3.  
  4. Format: REPT (text, #-of-times)
  5.  
  6. Arguments:
  7. ΓÇó  text: A text expression.
  8. ΓÇó  #-of-times: A numeric expression equal to or greater than 0.
  9.  
  10. Example:
  11. REPT ("*", 5) returns *****.
  12. Shows that the character * is repeated five times, as indicated by the number in the #-of-times argument.